home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / disk / misc / DVD-RAM.lha / DVD-RAM / DVD-RAM_2.6 / SFS_DOSDrivers / DVD_SFS next >
Text File  |  2000-10-01  |  846b  |  28 lines

  1. /*\
  2.  *    $VER: DVD-RAM_2.6 0.5 SFS (01.06.00)
  3.  *    Designed by Steven Norburn <sndev@bigfoot.com>.
  4.  *    2380 MB, 1218960 blocks with 2048 bytes per block.
  5.  *
  6.  *    <Device Name>: Is the same as this filename.
  7.  *    Device and Unit fields are set by tooltypes.
  8.  *
  9.  * <Device Name>:
  10.  * Device    = <your>scsi.device
  11.  * Unit        = <your>3
  12.  *
  13.  *    The other default settings should hopefully be fine !
  14. \*/
  15.  
  16. FileSystem    = L:SmartFilesystem
  17. Buffers        = 50        /* The amount of cache (100K) */
  18. BufMemType    = 0        /* Any type of cache memory */
  19. GlobVec        = -1        /* Do no change */
  20. Surfaces    = 1        /* Number of Surfaces */
  21. BlockSize    = 2048        /* Number of bytes in a Block */
  22. BlocksPerTrack    = 60        /* Blocks are later known as Sectors */
  23. LowCyl        = 0        /* Start Cyl */
  24. HighCyl        = 20315        /* End Cyl */
  25. Mount        = 1        /* Mount it immediately */
  26. DosType        = 0x53465300    /* FileSystem ID 'SFS'/0 */
  27. #
  28.